| 1. | Do not treat static classes as a miscellaneous bucket 不要认为静态类可无所不包。 |
| 2. | You could use a static class to hold those methods 您应该使用静态类来包含那些方法。 |
| 3. | Static classes and structs can also have constructors 静态类和结构也可以有构造函数。 |
| 4. | Describes guidelines for designing static classes 描述设计静态类的准则。 |
| 5. | Class is a good example of the proper use of a static class 类使用静态类的方式值得学习。 |
| 6. | Static class members are declared using the 在成员的返回类型之前使用 |
| 7. | Initialize static class members with static constructors 使用静态构造器初始化静态类成员。 |
| 8. | All static classes are also sealed classes 所有静态类也都是密封类。 |
| 9. | It is not possible to create instances of a static class using the 关键字创建静态类的实例。 |
| 10. | Static classes and static class members c programming guide 静态类和静态类成员( c #编程指南) |